Eine Auflistung der öffentlichen Eigenschaften, deren Funktion und Bedeutung findet man bei Joe Shepherd.
[WebBrowsable(true), Personalizable(false), WebPartStorage(Storage.Personal), WebDisplayName("User Name(Domain\\username)"), WebDescription("User to display in the WebPart."), SPWebCategoryName("Options")] public string UserLoginName { get { return _loginName; } set { _loginName = value; } }
http://joeshepherd.spaces.live.com/blog/cns!9AE2097A4A610B63!302.entry
Letzte Kommentare