public UserProfilePicture UserProfilePicture { get; }
Public ReadOnly Property UserProfilePicture As UserProfilePicture
Get
public:
property UserProfilePicture^ UserProfilePicture {
UserProfilePicture^ get ();
}
member UserProfilePicture : UserProfilePicture with get